Conversation
…assword) to enhance the user experience. Here is a summary of the improvements: - **Visual Context**: Added Material Icons as prefix indicators to all form inputs. - **Loading Feedback**: Standardized loading states by using `CustomPreloader` within form buttons. - **Accessibility**: Correctly associated all labels with their respective inputs using `id` and `htmlFor`. - **Consistency**: Added a password visibility toggle to the Signup form to match the Login form. - **Screen Reader Optimization**: Hidden decorative icons from screen readers using `aria-hidden="true"`. - **Alignment**: Fixed the vertical alignment of prefix icons in outlined inputs. These micro-UX improvements make the initial onboarding and authentication flows more intuitive, accessible, and professional. Co-authored-by: godie <227743+godie@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Enhanced the V2 authentication pages (Login, Signup, Forgot Password) with Material Icons for better visual scanability, standardized loading states using CustomPreloader, and improved accessibility by ensuring proper label-input associations. Also added a password visibility toggle to the Signup page for UX consistency.
PR created automatically by Jules for task 10824095611449074682 started by @godie